GtkFileChooserNative: Fallback and win32 implementation
authorAlexander Larsson <alexl@redhat.com>
Thu, 29 Oct 2015 14:06:57 +0000 (15:06 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 5 Nov 2015 15:54:07 +0000 (16:54 +0100)
commit5094900180ac97e6bba2f86ee702d0649e019e6a
tree7527ba2439f350f7c0c75ce7af0c52ff038c9ded
parent693db082a158952efd5a326a62814490c3c8f6ad
GtkFileChooserNative: Fallback and win32 implementation

This is a subclass on GtkNativeDialog that uses GtkFileChooserDialog
as a fallback, but also has support for the win32 file chooser dialog.
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk3-sections.txt
gtk/Makefile.am
gtk/gtk.h
gtk/gtkfilechooserdialog.c
gtk/gtkfilechoosernative.c [new file with mode: 0644]
gtk/gtkfilechoosernative.h [new file with mode: 0644]
gtk/gtkfilechoosernativeprivate.h [new file with mode: 0644]
gtk/gtkfilechoosernativewin32.c [new file with mode: 0644]